[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Modify_Topic_Active


Purpose   Modifies the activity status of a topic.

Decln.    Modify_Topic_Active(var M:Nest_Menu;TopicNo:word;Active:Boolean);

Remarks   M is the name of the menu variable that contains the topic.
          TopicNo is the number of the topic to be modified.
          Active indicates if the topic is selectable or non-selectable.
          Set to true for normal selectable topics.


Example

BEGIN
    MODIFY_TOPIC_ACTIVE(BOBS_MENU,7,TRUE);
END;

See Also: Add_Topic Modify_Topic_Name Modify_Topic Modify_Topic_Hotkey
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson